home *** CD-ROM | disk | FTP | other *** search
- --AMIGADOS GUIDE V2.0--
- ECHO
-
-
- USE:
- This is the AmigaDOS command which tells the Amiga to print a statement
- of the users choice. It is mostly used in script files to keep the user
- informed of progress.
-
- PATH:
- Internal
-
- SYSTEM:
- 2.0 (enhanced), 2.1, 3.0
-
- EXAMPLES:
- 1>ECHO "*NAmigaDOS Guide V2*N"
- AmigaDOS Guide V2
- 1>ECHO "*NAmigaDOS Guide V2*N Buy Now*N"
- AmigaDOS Guide V2
- Buy Now
-
- NOTES:
- The text that you have written will be displayed on the AmigaDOS screen.
- If you want text to be displayed for a longer period use the Wait
- Command (covered in commands).
-